home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / gconf / schemas / metacity.schemas < prev    next >
Text File  |  2009-09-23  |  87KB  |  1,663 lines

  1. <gconfschemafile>
  2.   <schemalist>
  3.     <!-- General preferences -->        
  4.     <schema>
  5.       <key>/schemas/apps/metacity/general/mouse_button_modifier</key>
  6.       <applyto>/apps/metacity/general/mouse_button_modifier</applyto>
  7.       <owner>metacity</owner>
  8.       <type>string</type>
  9.       <default><Alt></default>
  10.       <gettext_domain>metacity</gettext_domain>
  11.       <locale name="C">
  12.          <short>Modifier to use for modified window click actions</short>
  13.          <long>
  14.            Clicking a window while holding down this modifier key 
  15.            will move the window (left click), resize the window 
  16.            (middle click), or show the window menu (right click).
  17.            The left and right operations may be swapped
  18.            using the "mouse_button_resize" key.
  19.            Modifier is expressed as "<Alt>" or "<Super>"
  20.            for example.
  21.          </long>
  22.       </locale>
  23.     </schema>
  24.  
  25.     <schema>
  26.       <key>/schemas/apps/metacity/general/resize_with_right_button</key>
  27.       <applyto>/apps/metacity/general/resize_with_right_button</applyto>
  28.       <owner>metacity</owner>
  29.       <type>bool</type>
  30.       <default>false</default>
  31.       <gettext_domain>metacity</gettext_domain>
  32.       <locale name="C">
  33.          <short>Whether to resize with the right button</short>
  34.          <long>
  35.            Set this to true to resize with the right button and show a menu
  36.            with the middle button while holding down the key given in
  37.            "mouse_button_modifier"; set it to false to make it work the
  38.            opposite way around.
  39.          </long>
  40.       </locale>
  41.     </schema>
  42.  
  43.     <schema>
  44.       <key>/schemas/apps/metacity/general/button_layout</key>
  45.       <applyto>/apps/metacity/general/button_layout</applyto>
  46.       <owner>metacity</owner>
  47.       <type>string</type>
  48.       <default>menu:minimize,maximize,close</default>
  49.       <gettext_domain>metacity</gettext_domain>
  50.       <locale name="C">
  51.          <short>Arrangement of buttons on the titlebar</short>
  52.          <long>
  53.            Arrangement of buttons on the titlebar. The 
  54.            value should be a string, such as 
  55.            "menu:minimize,maximize,spacer,close"; the colon separates the 
  56.            left corner of the window from the right corner, and 
  57.            the button names are comma-separated. Duplicate buttons
  58.            are not allowed. Unknown button names are silently ignored
  59.            so that buttons can be added in future metacity versions 
  60.            without breaking older versions.
  61.            A special spacer tag can be used to insert some space between
  62.            two adjacent buttons.
  63.          </long>
  64.       </locale>
  65.     </schema>
  66.  
  67.     <schema>
  68.       <key>/schemas/apps/metacity/general/focus_mode</key>
  69.       <applyto>/apps/metacity/general/focus_mode</applyto>
  70.       <owner>metacity</owner>
  71.       <type>string</type>
  72.       <default>click</default>
  73.       <gettext_domain>metacity</gettext_domain>
  74.       <locale name="C">
  75.         <short>Window focus mode</short>
  76.         <long>
  77.           The window focus mode indicates how windows are activated. 
  78.           It has three possible values; "click" means windows must 
  79.           be clicked in order to focus them, "sloppy" means windows
  80.           are focused when the mouse enters the window, and "mouse" means
  81.           windows are focused when the mouse enters the window and 
  82.           unfocused when the mouse leaves the window.
  83.         </long>
  84.       </locale>
  85.     </schema>
  86.  
  87.     <schema>
  88.       <key>/schemas/apps/metacity/general/focus_new_windows</key>
  89.       <applyto>/apps/metacity/general/focus_new_windows</applyto>
  90.       <owner>metacity</owner>
  91.       <type>string</type>
  92.       <default>smart</default>
  93.       <gettext_domain>metacity</gettext_domain>
  94.       <locale name="C">
  95.          <short>Control how new windows get focus</short>
  96.          <long>
  97.           This option provides additional control over how newly created
  98.           windows get focus.  It has two possible values; "smart" applies
  99.           the user's normal focus mode, and "strict" results in windows
  100.           started from a terminal not being given focus.
  101.          </long>
  102.       </locale>
  103.     </schema>
  104.  
  105.     <schema>
  106.       <key>/schemas/apps/metacity/general/raise_on_click</key>
  107.       <applyto>/apps/metacity/general/raise_on_click</applyto>
  108.       <owner>metacity</owner>
  109.       <type>bool</type>
  110.       <default>true</default>
  111.       <gettext_domain>metacity</gettext_domain>
  112.       <locale name="C">
  113.          <short>Whether raising should be a side-effect of other user
  114.                 interactions</short>
  115.          <long>
  116.            Setting this option to false can lead to buggy behavior, so
  117.            users are strongly discouraged from changing it from the default
  118.            of true.
  119.            Many actions (e.g. clicking in the client area, moving or resizing the window)
  120.            normally raise the window as a side-effect. Setting this option to false, which
  121.            is strongly discouraged, will decouple raising from other user actions, and
  122.            ignore raise requests generated by applications. See
  123.            http://bugzilla.gnome.org/show_bug.cgi?id=445447#c6.
  124.            Even when this option is false, windows can
  125.            still be raised by an alt-left-click anywhere on the window, a
  126.            normal click on the window decorations, or by special messages
  127.            from pagers, such as activation requests from tasklist applets.
  128.            This option is currently disabled in click-to-focus mode.
  129.            Note that the list of ways to raise windows when raise_on_click
  130.            is false does not include programmatic requests from
  131.            applications to raise windows; such requests will be ignored
  132.            regardless of the reason for the request.  If you are an
  133.            application developer and have a user complaining that your
  134.            application does not work with this setting disabled, tell them
  135.            it is _their_ fault for breaking their window manager and that
  136.            they need to change this option back to true or live with the
  137.            "bug" they requested.
  138.          </long>
  139.       </locale>
  140.     </schema>
  141.  
  142.     <schema>
  143.       <key>/schemas/apps/metacity/general/action_double_click_titlebar</key>
  144.       <applyto>/apps/metacity/general/action_double_click_titlebar</applyto>
  145.       <owner>metacity</owner>
  146.       <type>string</type>
  147.       <default>toggle_maximize</default>
  148.       <gettext_domain>metacity</gettext_domain>
  149.       <locale name="C">
  150.          <short>Action on title bar double-click</short>
  151.          <long>
  152.            This option determines the effects of double-clicking on the
  153.            title bar.  Current valid options are
  154.        'toggle_shade', which will shade/unshade the window,
  155.        'toggle_maximize' which will maximize/unmaximize the window,
  156.        'toggle_maximize_horizontally' and 'toggle_maximize_vertically'
  157.        which will maximize/unmaximize the window in that direction only,
  158.        'minimize' which will minimize the window,
  159.        'shade' which will roll the window up,
  160.        'menu' which will display the window menu,
  161.        'lower' which will put the window behind all the others,
  162.        and 'none' which will not do anything.
  163.          </long>
  164.       </locale>
  165.     </schema>
  166.  
  167.     <schema>
  168.       <key>/schemas/apps/metacity/general/action_middle_click_titlebar</key>
  169.       <applyto>/apps/metacity/general/action_middle_click_titlebar</applyto>
  170.       <owner>metacity</owner>
  171.       <type>string</type>
  172.       <default>lower</default>
  173.       <gettext_domain>metacity</gettext_domain>
  174.       <locale name="C">
  175.          <short>Action on title bar middle-click</short>
  176.          <long>
  177.            This option determines the effects of middle-clicking on the
  178.            title bar.  Current valid options are
  179.        'toggle_shade', which will shade/unshade the window,
  180.        'toggle_maximize' which will maximize/unmaximize the window,
  181.        'toggle_maximize_horizontally' and 'toggle_maximize_vertically'
  182.        which will maximize/unmaximize the window in that direction only,
  183.        'minimize' which will minimize the window,
  184.        'shade' which will roll the window up,
  185.        'menu' which will display the window menu,
  186.        'lower' which will put the window behind all the others,
  187.        and 'none' which will not do anything.
  188.          </long>
  189.       </locale>
  190.     </schema>
  191.  
  192.     <schema>
  193.       <key>/schemas/apps/metacity/general/action_right_click_titlebar</key>
  194.       <applyto>/apps/metacity/general/action_right_click_titlebar</applyto>
  195.       <owner>metacity</owner>
  196.       <type>string</type>
  197.       <default>menu</default>
  198.       <gettext_domain>metacity</gettext_domain>
  199.       <locale name="C">
  200.          <short>Action on title bar right-click</short>
  201.          <long>
  202.            This option determines the effects of right-clicking on the
  203.            title bar.  Current valid options are
  204.        'toggle_shade', which will shade/unshade the window,
  205.        'toggle_maximize' which will maximize/unmaximize the window,
  206.        'toggle_maximize_horizontally' and 'toggle_maximize_vertically'
  207.        which will maximize/unmaximize the window in that direction only,
  208.        'minimize' which will minimize the window,
  209.        'shade' which will roll the window up,
  210.        'menu' which will display the window menu,
  211.        'lower' which will put the window behind all the others,
  212.        and 'none' which will not do anything.
  213.          </long>
  214.       </locale>
  215.     </schema>
  216.  
  217.     <schema>
  218.       <key>/schemas/apps/metacity/general/auto_raise</key>
  219.       <applyto>/apps/metacity/general/auto_raise</applyto>
  220.       <owner>metacity</owner>
  221.       <type>bool</type>
  222.       <default>false</default>
  223.       <gettext_domain>metacity</gettext_domain>
  224.       <locale name="C">
  225.         <short>Automatically raises the focused window</short>
  226.         <long>
  227.           If set to true, and the focus mode is either "sloppy" or "mouse"
  228.           then the focused window will be automatically raised after a
  229.           delay specified by the auto_raise_delay key. This is not related
  230.           to clicking on a window to raise it, nor to entering a window
  231.           during drag-and-drop.
  232.         </long>
  233.       </locale>
  234.     </schema>
  235.  
  236.     <schema>
  237.       <key>/schemas/apps/metacity/general/auto_raise_delay</key>
  238.       <applyto>/apps/metacity/general/auto_raise_delay</applyto>
  239.       <owner>metacity</owner>
  240.       <type>int</type>
  241.       <default>500</default>
  242.       <gettext_domain>metacity</gettext_domain>
  243.       <locale name="C">
  244.         <short>Delay in milliseconds for the auto raise option</short>
  245.         <long>
  246.           The time delay before raising a window if auto_raise is set to
  247.           true. The delay is given in thousandths of a second.
  248.         </long>
  249.       </locale>
  250.     </schema>
  251.  
  252.     <schema>
  253.       <key>/schemas/apps/metacity/general/theme</key>
  254.       <applyto>/apps/metacity/general/theme</applyto>
  255.       <owner>metacity</owner>
  256.       <type>string</type>
  257.       <default>Clearlooks</default>
  258.       <gettext_domain>metacity</gettext_domain>
  259.       <locale name="C">
  260.          <short>Current theme</short>
  261.          <long>
  262.           The theme determines the appearance of window borders,
  263.           titlebar, and so forth.
  264.          </long>
  265.       </locale>
  266.     </schema>
  267.  
  268.     <schema>
  269.       <key>/schemas/apps/metacity/general/titlebar_uses_system_font</key>
  270.       <applyto>/apps/metacity/general/titlebar_uses_system_font</applyto>      
  271.       <owner>metacity</owner>
  272.       <type>bool</type>
  273.       <default>false</default>
  274.       <gettext_domain>metacity</gettext_domain>
  275.       <locale name="C">
  276.          <short>Use standard system font in window titles</short>
  277.          <long> 
  278.           If true, ignore the titlebar_font
  279.           option, and use the standard application font for window 
  280.           titles.
  281.          </long>
  282.       </locale>
  283.     </schema>
  284.  
  285.     <schema>
  286.       <key>/schemas/apps/metacity/general/titlebar_font</key>
  287.       <applyto>/apps/metacity/general/titlebar_font</applyto>   
  288.       <owner>metacity</owner>
  289.       <type>string</type>
  290.       <default>Sans Bold 10</default>
  291.       <gettext_domain>metacity</gettext_domain>
  292.       <locale name="C">
  293.         <short>Window title font</short>
  294.         <long>
  295.           A font description string describing a font for window
  296.           titlebars. The size from the description will only be used if the
  297.           titlebar_font_size option is set to 0. Also, this option is
  298.           disabled if the titlebar_uses_desktop_font option is set to true.
  299.         </long>
  300.       </locale>
  301.     </schema>
  302.  
  303.     <schema>
  304.       <key>/schemas/apps/metacity/general/num_workspaces</key>
  305.       <applyto>/apps/metacity/general/num_workspaces</applyto>      
  306.       <owner>metacity</owner>
  307.       <type>int</type>
  308.       <default>4</default>
  309.       <gettext_domain>metacity</gettext_domain>
  310.       <locale name="C">
  311.         <short>Number of workspaces</short>
  312.         <long>
  313.           Number of workspaces. Must be more than zero, and has a fixed
  314.           maximum to prevent making the desktop unusable by accidentally
  315.           asking for too many workspaces.
  316.         </long>
  317.       </locale>
  318.     </schema>
  319.  
  320.     <schema>
  321.       <key>/schemas/apps/metacity/general/visual_bell</key>
  322.       <applyto>/apps/metacity/general/visual_bell</applyto>      
  323.       <owner>metacity</owner>
  324.       <type>bool</type>
  325.       <default>false</default>
  326.       <gettext_domain>metacity</gettext_domain>
  327.       <locale name="C">
  328.         <short>Enable Visual Bell</short>
  329.         <long>
  330.           Turns on a visual indication when an application or the system
  331.           issues a 'bell' or 'beep'; useful for the hard-of-hearing and for
  332.           use in noisy environments.
  333.         </long>
  334.       </locale>
  335.     </schema>
  336.  
  337.     <schema>
  338.       <key>/schemas/apps/metacity/general/audible_bell</key>
  339.       <applyto>/apps/metacity/general/audible_bell</applyto>      
  340.       <owner>metacity</owner>
  341.       <type>bool</type>
  342.       <default>true</default>
  343.       <gettext_domain>metacity</gettext_domain>
  344.       <locale name="C">
  345.         <short>System Bell is Audible</short>
  346.         <long>
  347.           Determines whether applications or the system can generate
  348.           audible 'beeps'; may be used in conjunction with 'visual bell' to
  349.           allow silent 'beeps'.
  350.         </long>
  351.       </locale>
  352.     </schema>
  353.  
  354.     <schema>
  355.       <key>/schemas/apps/metacity/general/visual_bell_type</key>
  356.       <applyto>/apps/metacity/general/visual_bell_type</applyto>      
  357.       <owner>metacity</owner>
  358.       <type>string</type>
  359.       <default>fullscreen</default>
  360.       <gettext_domain>metacity</gettext_domain>
  361.       <locale name="C">
  362.         <short>Visual Bell Type</short>
  363.         <long>
  364.           Tells Metacity how to implement the visual indication that the
  365.           system bell or another application 'bell' indicator has been
  366.           rung.  Currently there are two valid values, "fullscreen", which
  367.           causes a fullscreen white-black flash, and "frame_flash" which
  368.           causes the titlebar of the application which sent the bell signal
  369.           to flash.  If the application which sent the bell is unknown (as
  370.           is usually the case for the default "system beep"), the currently
  371.           focused window's titlebar is flashed.
  372.         </long>
  373.       </locale>
  374.     </schema>
  375.  
  376.     <schema>
  377.       <key>/schemas/apps/metacity/general/compositing_manager</key>
  378.       <applyto>/apps/metacity/general/compositing_manager</applyto>
  379.       <owner>metacity</owner>
  380.       <type>bool</type>
  381.       <default>false</default>
  382.       <gettext_domain>metacity</gettext_domain>
  383.       <locale name="C">
  384.         <short>Compositing Manager</short>
  385.         <long>
  386.           Determines whether Metacity is a compositing manager.
  387.         </long>
  388.       </locale>
  389.     </schema>
  390.  
  391.     <schema>
  392.       <key>/schemas/apps/metacity/workspace_names/name</key>
  393.       <applyto>/apps/metacity/workspace_names/name_1</applyto>
  394.       <applyto>/apps/metacity/workspace_names/name_2</applyto>
  395.       <applyto>/apps/metacity/workspace_names/name_3</applyto>
  396.       <applyto>/apps/metacity/workspace_names/name_4</applyto>
  397.       <applyto>/apps/metacity/workspace_names/name_5</applyto>
  398.       <applyto>/apps/metacity/workspace_names/name_6</applyto>
  399.       <applyto>/apps/metacity/workspace_names/name_7</applyto>
  400.       <applyto>/apps/metacity/workspace_names/name_8</applyto>
  401.       <applyto>/apps/metacity/workspace_names/name_9</applyto>
  402.       <applyto>/apps/metacity/workspace_names/name_10</applyto>
  403.       <applyto>/apps/metacity/workspace_names/name_11</applyto>
  404.       <applyto>/apps/metacity/workspace_names/name_12</applyto>
  405.       <applyto>/apps/metacity/workspace_names/name_13</applyto>
  406.       <applyto>/apps/metacity/workspace_names/name_14</applyto>
  407.       <applyto>/apps/metacity/workspace_names/name_15</applyto>
  408.       <applyto>/apps/metacity/workspace_names/name_16</applyto>
  409.       <owner>metacity</owner>
  410.       <type>string</type>
  411.       <default></default>
  412.       <gettext_domain>metacity</gettext_domain>
  413.       <locale name="C">
  414.          <short>Name of workspace</short>
  415.          <long>
  416.           The name of a workspace.
  417.          </long>
  418.       </locale>
  419.     </schema>
  420.  
  421.     <schema>
  422.       <key>/schemas/apps/metacity/general/reduced_resources</key>
  423.       <applyto>/apps/metacity/general/reduced_resources</applyto>
  424.       <owner>metacity</owner>
  425.       <type>bool</type>
  426.       <default>false</default>
  427.       <gettext_domain>metacity</gettext_domain>
  428.       <locale name="C">
  429.          <short>If true, trade off usability for less resource usage</short>
  430.          <long>
  431.            If true, metacity will give the user less feedback by using
  432.            wireframes, avoiding animations, or other means.  This is a
  433.            significant reduction in usability for many users, but may allow
  434.            legacy applications to continue working, and may also be a
  435.            useful tradeoff for terminal servers.  However, the wireframe
  436.            feature is disabled when accessibility is on.
  437.          </long>
  438.       </locale>
  439.     </schema>
  440.  
  441.     <!-- Keybindings -->
  442.     <schema>
  443.       <key>/schemas/apps/metacity/global_keybindings/run_command</key>
  444.       <applyto>/apps/metacity/global_keybindings/run_command_1</applyto>
  445.       <applyto>/apps/metacity/global_keybindings/run_command_2</applyto>
  446.       <applyto>/apps/metacity/global_keybindings/run_command_3</applyto>
  447.       <applyto>/apps/metacity/global_keybindings/run_command_4</applyto>
  448.       <applyto>/apps/metacity/global_keybindings/run_command_5</applyto>
  449.       <applyto>/apps/metacity/global_keybindings/run_command_6</applyto>
  450.       <applyto>/apps/metacity/global_keybindings/run_command_7</applyto>
  451.       <applyto>/apps/metacity/global_keybindings/run_command_8</applyto>
  452.       <applyto>/apps/metacity/global_keybindings/run_command_9</applyto>
  453.       <applyto>/apps/metacity/global_keybindings/run_command_10</applyto>
  454.       <applyto>/apps/metacity/global_keybindings/run_command_11</applyto>
  455.       <applyto>/apps/metacity/global_keybindings/run_command_12</applyto>
  456.       <owner>metacity</owner>
  457.       <type>string</type>
  458.       <default>disabled</default>
  459.       <gettext_domain>metacity</gettext_domain>
  460.       <locale name="C">
  461.          <short>Run a defined command</short>
  462.          <long>
  463.           The keybinding that runs the correspondingly-numbered
  464.           command in /apps/metacity/keybinding_commands
  465.           The format looks like "<Control>a" or
  466.           "<Shift><Alt>F1".
  467.           The parser is fairly liberal and allows lower or upper case,
  468.           and also abbreviations such as "<Ctl>" and
  469.           "<Ctrl>". If you set the option to the special string
  470.           "disabled", then there will be no keybinding for this
  471.           action.
  472.          </long>
  473.       </locale>
  474.     </schema>
  475.  
  476.     <schema>
  477.       <key>/schemas/apps/metacity/keybinding_commands/command</key>
  478.       <applyto>/apps/metacity/keybinding_commands/command_1</applyto>
  479.       <applyto>/apps/metacity/keybinding_commands/command_2</applyto>
  480.       <applyto>/apps/metacity/keybinding_commands/command_3</applyto>
  481.       <applyto>/apps/metacity/keybinding_commands/command_4</applyto>
  482.       <applyto>/apps/metacity/keybinding_commands/command_5</applyto>
  483.       <applyto>/apps/metacity/keybinding_commands/command_6</applyto>
  484.       <applyto>/apps/metacity/keybinding_commands/command_7</applyto>
  485.       <applyto>/apps/metacity/keybinding_commands/command_8</applyto>
  486.       <applyto>/apps/metacity/keybinding_commands/command_9</applyto>
  487.       <applyto>/apps/metacity/keybinding_commands/command_10</applyto>
  488.       <applyto>/apps/metacity/keybinding_commands/command_11</applyto>
  489.       <applyto>/apps/metacity/keybinding_commands/command_12</applyto>
  490.       <owner>metacity</owner>
  491.       <type>string</type>
  492.       <default> </default>
  493.       <gettext_domain>metacity</gettext_domain>
  494.       <locale name="C">
  495.          <short>Commands to run in response to keybindings</short>
  496.          <long>
  497.          The /apps/metacity/global_keybindings/run_command_N 
  498.          keys define keybindings that correspond to these commands.
  499.          Pressing the keybinding for run_command_N will 
  500.          execute command_N.
  501.          </long>
  502.       </locale>
  503.     </schema>
  504.  
  505.     <schema>
  506.       <key>/schemas/apps/metacity/keybinding_commands/command_screenshot</key>
  507.       <applyto>/apps/metacity/keybinding_commands/command_screenshot</applyto>
  508.       <owner>metacity</owner>
  509.       <type>string</type>
  510.       <default>gnome-screenshot</default>
  511.       <gettext_domain>metacity</gettext_domain>
  512.       <locale name="C">
  513.          <short>The screenshot command</short>
  514.          <long>
  515.          The /apps/metacity/global_keybindings/run_command_screenshot
  516.          key defines a keybinding which causes the command specified
  517.          by this setting to be invoked.
  518.          </long>
  519.       </locale>
  520.     </schema>
  521.  
  522.     <schema>
  523.       <key>/schemas/apps/metacity/keybinding_commands/command_window_screenshot</key>
  524.       <applyto>/apps/metacity/keybinding_commands/command_window_screenshot</applyto>
  525.       <owner>metacity</owner>
  526.       <type>string</type>
  527.       <default>gnome-screenshot --window</default>
  528.       <gettext_domain>metacity</gettext_domain>
  529.       <locale name="C">
  530.          <short>The window screenshot command</short>
  531.          <long>
  532.          The /apps/metacity/global_keybindings/run_command_window_screenshot
  533.          key defines a keybinding which causes the command specified
  534.          by this setting to be invoked.
  535.          </long>
  536.       </locale>
  537.     </schema>
  538.  
  539.     <!-- Schemas below are generated by schema-bindings.c when this file
  540.          becomes metacity.schemas.in     
  541.     -->
  542.     <schema>
  543.       <key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_1</key>
  544.       <applyto>/apps/metacity/global_keybindings/switch_to_workspace_1</applyto>
  545.       <owner>metacity</owner>
  546.       <type>string</type>
  547.       <default>disabled</default>
  548.       <gettext_domain>metacity</gettext_domain>
  549.       <locale name="C">
  550.         <short>Switch to workspace 1</short>
  551.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  552. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  553.       </locale>
  554.     </schema>
  555.  
  556.     <schema>
  557.       <key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_2</key>
  558.       <applyto>/apps/metacity/global_keybindings/switch_to_workspace_2</applyto>
  559.       <owner>metacity</owner>
  560.       <type>string</type>
  561.       <default>disabled</default>
  562.       <gettext_domain>metacity</gettext_domain>
  563.       <locale name="C">
  564.         <short>Switch to workspace 2</short>
  565.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  566. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  567.       </locale>
  568.     </schema>
  569.  
  570.     <schema>
  571.       <key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_3</key>
  572.       <applyto>/apps/metacity/global_keybindings/switch_to_workspace_3</applyto>
  573.       <owner>metacity</owner>
  574.       <type>string</type>
  575.       <default>disabled</default>
  576.       <gettext_domain>metacity</gettext_domain>
  577.       <locale name="C">
  578.         <short>Switch to workspace 3</short>
  579.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  580. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  581.       </locale>
  582.     </schema>
  583.  
  584.     <schema>
  585.       <key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_4</key>
  586.       <applyto>/apps/metacity/global_keybindings/switch_to_workspace_4</applyto>
  587.       <owner>metacity</owner>
  588.       <type>string</type>
  589.       <default>disabled</default>
  590.       <gettext_domain>metacity</gettext_domain>
  591.       <locale name="C">
  592.         <short>Switch to workspace 4</short>
  593.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  594. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  595.       </locale>
  596.     </schema>
  597.  
  598.     <schema>
  599.       <key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_5</key>
  600.       <applyto>/apps/metacity/global_keybindings/switch_to_workspace_5</applyto>
  601.       <owner>metacity</owner>
  602.       <type>string</type>
  603.       <default>disabled</default>
  604.       <gettext_domain>metacity</gettext_domain>
  605.       <locale name="C">
  606.         <short>Switch to workspace 5</short>
  607.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  608. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  609.       </locale>
  610.     </schema>
  611.  
  612.     <schema>
  613.       <key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_6</key>
  614.       <applyto>/apps/metacity/global_keybindings/switch_to_workspace_6</applyto>
  615.       <owner>metacity</owner>
  616.       <type>string</type>
  617.       <default>disabled</default>
  618.       <gettext_domain>metacity</gettext_domain>
  619.       <locale name="C">
  620.         <short>Switch to workspace 6</short>
  621.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  622. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  623.       </locale>
  624.     </schema>
  625.  
  626.     <schema>
  627.       <key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_7</key>
  628.       <applyto>/apps/metacity/global_keybindings/switch_to_workspace_7</applyto>
  629.       <owner>metacity</owner>
  630.       <type>string</type>
  631.       <default>disabled</default>
  632.       <gettext_domain>metacity</gettext_domain>
  633.       <locale name="C">
  634.         <short>Switch to workspace 7</short>
  635.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  636. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  637.       </locale>
  638.     </schema>
  639.  
  640.     <schema>
  641.       <key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_8</key>
  642.       <applyto>/apps/metacity/global_keybindings/switch_to_workspace_8</applyto>
  643.       <owner>metacity</owner>
  644.       <type>string</type>
  645.       <default>disabled</default>
  646.       <gettext_domain>metacity</gettext_domain>
  647.       <locale name="C">
  648.         <short>Switch to workspace 8</short>
  649.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  650. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  651.       </locale>
  652.     </schema>
  653.  
  654.     <schema>
  655.       <key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_9</key>
  656.       <applyto>/apps/metacity/global_keybindings/switch_to_workspace_9</applyto>
  657.       <owner>metacity</owner>
  658.       <type>string</type>
  659.       <default>disabled</default>
  660.       <gettext_domain>metacity</gettext_domain>
  661.       <locale name="C">
  662.         <short>Switch to workspace 9</short>
  663.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  664. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  665.       </locale>
  666.     </schema>
  667.  
  668.     <schema>
  669.       <key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_10</key>
  670.       <applyto>/apps/metacity/global_keybindings/switch_to_workspace_10</applyto>
  671.       <owner>metacity</owner>
  672.       <type>string</type>
  673.       <default>disabled</default>
  674.       <gettext_domain>metacity</gettext_domain>
  675.       <locale name="C">
  676.         <short>Switch to workspace 10</short>
  677.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  678. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  679.       </locale>
  680.     </schema>
  681.  
  682.     <schema>
  683.       <key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_11</key>
  684.       <applyto>/apps/metacity/global_keybindings/switch_to_workspace_11</applyto>
  685.       <owner>metacity</owner>
  686.       <type>string</type>
  687.       <default>disabled</default>
  688.       <gettext_domain>metacity</gettext_domain>
  689.       <locale name="C">
  690.         <short>Switch to workspace 11</short>
  691.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  692. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  693.       </locale>
  694.     </schema>
  695.  
  696.     <schema>
  697.       <key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_12</key>
  698.       <applyto>/apps/metacity/global_keybindings/switch_to_workspace_12</applyto>
  699.       <owner>metacity</owner>
  700.       <type>string</type>
  701.       <default>disabled</default>
  702.       <gettext_domain>metacity</gettext_domain>
  703.       <locale name="C">
  704.         <short>Switch to workspace 12</short>
  705.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  706. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  707.       </locale>
  708.     </schema>
  709.  
  710.     <schema>
  711.       <key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_left</key>
  712.       <applyto>/apps/metacity/global_keybindings/switch_to_workspace_left</applyto>
  713.       <owner>metacity</owner>
  714.       <type>string</type>
  715.       <default><Control><Alt>Left</default>
  716.       <gettext_domain>metacity</gettext_domain>
  717.       <locale name="C">
  718.         <short>Switch to workspace on the left of the current workspace</short>
  719.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  720. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  721.       </locale>
  722.     </schema>
  723.  
  724.     <schema>
  725.       <key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_right</key>
  726.       <applyto>/apps/metacity/global_keybindings/switch_to_workspace_right</applyto>
  727.       <owner>metacity</owner>
  728.       <type>string</type>
  729.       <default><Control><Alt>Right</default>
  730.       <gettext_domain>metacity</gettext_domain>
  731.       <locale name="C">
  732.         <short>Switch to workspace on the right of the current workspace</short>
  733.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  734. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  735.       </locale>
  736.     </schema>
  737.  
  738.     <schema>
  739.       <key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_up</key>
  740.       <applyto>/apps/metacity/global_keybindings/switch_to_workspace_up</applyto>
  741.       <owner>metacity</owner>
  742.       <type>string</type>
  743.       <default><Control><Alt>Up</default>
  744.       <gettext_domain>metacity</gettext_domain>
  745.       <locale name="C">
  746.         <short>Switch to workspace above the current workspace</short>
  747.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  748. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  749.       </locale>
  750.     </schema>
  751.  
  752.     <schema>
  753.       <key>/schemas/apps/metacity/global_keybindings/switch_to_workspace_down</key>
  754.       <applyto>/apps/metacity/global_keybindings/switch_to_workspace_down</applyto>
  755.       <owner>metacity</owner>
  756.       <type>string</type>
  757.       <default><Control><Alt>Down</default>
  758.       <gettext_domain>metacity</gettext_domain>
  759.       <locale name="C">
  760.         <short>Switch to workspace below the current workspace</short>
  761.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  762. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  763.       </locale>
  764.     </schema>
  765.  
  766.     <schema>
  767.       <key>/schemas/apps/metacity/global_keybindings/switch_group</key>
  768.       <applyto>/apps/metacity/global_keybindings/switch_group</applyto>
  769.       <owner>metacity</owner>
  770.       <type>string</type>
  771.       <default>disabled</default>
  772.       <gettext_domain>metacity</gettext_domain>
  773.       <locale name="C">
  774.         <short>Move between windows of an application, using a popup window</short>
  775.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  776. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.
  777. This keybinding may be reversed by holding down the "shift" key; therefore, "shift" cannot be one of the keys it uses.</long>
  778.       </locale>
  779.     </schema>
  780.  
  781.     <schema>
  782.       <key>/schemas/apps/metacity/global_keybindings/switch_group_backward</key>
  783.       <applyto>/apps/metacity/global_keybindings/switch_group_backward</applyto>
  784.       <owner>metacity</owner>
  785.       <type>string</type>
  786.       <default>disabled</default>
  787.       <gettext_domain>metacity</gettext_domain>
  788.       <locale name="C">
  789.         <short>Move backward between windows of an application, using a popup window</short>
  790.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  791. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.
  792. This keybinding may be reversed by holding down the "shift" key; therefore, "shift" cannot be one of the keys it uses.</long>
  793.       </locale>
  794.     </schema>
  795.  
  796.     <schema>
  797.       <key>/schemas/apps/metacity/global_keybindings/switch_windows</key>
  798.       <applyto>/apps/metacity/global_keybindings/switch_windows</applyto>
  799.       <owner>metacity</owner>
  800.       <type>string</type>
  801.       <default><Alt>Tab</default>
  802.       <gettext_domain>metacity</gettext_domain>
  803.       <locale name="C">
  804.         <short>Move between windows, using a popup window</short>
  805.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  806. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.
  807. This keybinding may be reversed by holding down the "shift" key; therefore, "shift" cannot be one of the keys it uses.</long>
  808.       </locale>
  809.     </schema>
  810.  
  811.     <schema>
  812.       <key>/schemas/apps/metacity/global_keybindings/switch_windows_backward</key>
  813.       <applyto>/apps/metacity/global_keybindings/switch_windows_backward</applyto>
  814.       <owner>metacity</owner>
  815.       <type>string</type>
  816.       <default>disabled</default>
  817.       <gettext_domain>metacity</gettext_domain>
  818.       <locale name="C">
  819.         <short>Move backward between windows, using a popup window</short>
  820.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  821. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.
  822. This keybinding may be reversed by holding down the "shift" key; therefore, "shift" cannot be one of the keys it uses.</long>
  823.       </locale>
  824.     </schema>
  825.  
  826.     <schema>
  827.       <key>/schemas/apps/metacity/global_keybindings/switch_panels</key>
  828.       <applyto>/apps/metacity/global_keybindings/switch_panels</applyto>
  829.       <owner>metacity</owner>
  830.       <type>string</type>
  831.       <default><Control><Alt>Tab</default>
  832.       <gettext_domain>metacity</gettext_domain>
  833.       <locale name="C">
  834.         <short>Move between panels and the desktop, using a popup window</short>
  835.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  836. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.
  837. This keybinding may be reversed by holding down the "shift" key; therefore, "shift" cannot be one of the keys it uses.</long>
  838.       </locale>
  839.     </schema>
  840.  
  841.     <schema>
  842.       <key>/schemas/apps/metacity/global_keybindings/switch_panels_backward</key>
  843.       <applyto>/apps/metacity/global_keybindings/switch_panels_backward</applyto>
  844.       <owner>metacity</owner>
  845.       <type>string</type>
  846.       <default>disabled</default>
  847.       <gettext_domain>metacity</gettext_domain>
  848.       <locale name="C">
  849.         <short>Move backward between panels and the desktop, using a popup window</short>
  850.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  851. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.
  852. This keybinding may be reversed by holding down the "shift" key; therefore, "shift" cannot be one of the keys it uses.</long>
  853.       </locale>
  854.     </schema>
  855.  
  856.     <schema>
  857.       <key>/schemas/apps/metacity/global_keybindings/cycle_group</key>
  858.       <applyto>/apps/metacity/global_keybindings/cycle_group</applyto>
  859.       <owner>metacity</owner>
  860.       <type>string</type>
  861.       <default><Alt>F6</default>
  862.       <gettext_domain>metacity</gettext_domain>
  863.       <locale name="C">
  864.         <short>Move between windows of an application immediately</short>
  865.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  866. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.
  867. This keybinding may be reversed by holding down the "shift" key; therefore, "shift" cannot be one of the keys it uses.</long>
  868.       </locale>
  869.     </schema>
  870.  
  871.     <schema>
  872.       <key>/schemas/apps/metacity/global_keybindings/cycle_group_backward</key>
  873.       <applyto>/apps/metacity/global_keybindings/cycle_group_backward</applyto>
  874.       <owner>metacity</owner>
  875.       <type>string</type>
  876.       <default>disabled</default>
  877.       <gettext_domain>metacity</gettext_domain>
  878.       <locale name="C">
  879.         <short>Move backward between windows of an application immediately</short>
  880.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  881. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.
  882. This keybinding may be reversed by holding down the "shift" key; therefore, "shift" cannot be one of the keys it uses.</long>
  883.       </locale>
  884.     </schema>
  885.  
  886.     <schema>
  887.       <key>/schemas/apps/metacity/global_keybindings/cycle_windows</key>
  888.       <applyto>/apps/metacity/global_keybindings/cycle_windows</applyto>
  889.       <owner>metacity</owner>
  890.       <type>string</type>
  891.       <default><Alt>Escape</default>
  892.       <gettext_domain>metacity</gettext_domain>
  893.       <locale name="C">
  894.         <short>Move between windows immediately</short>
  895.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  896. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.
  897. This keybinding may be reversed by holding down the "shift" key; therefore, "shift" cannot be one of the keys it uses.</long>
  898.       </locale>
  899.     </schema>
  900.  
  901.     <schema>
  902.       <key>/schemas/apps/metacity/global_keybindings/cycle_windows_backward</key>
  903.       <applyto>/apps/metacity/global_keybindings/cycle_windows_backward</applyto>
  904.       <owner>metacity</owner>
  905.       <type>string</type>
  906.       <default>disabled</default>
  907.       <gettext_domain>metacity</gettext_domain>
  908.       <locale name="C">
  909.         <short>Move backward between windows immediately</short>
  910.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  911. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.
  912. This keybinding may be reversed by holding down the "shift" key; therefore, "shift" cannot be one of the keys it uses.</long>
  913.       </locale>
  914.     </schema>
  915.  
  916.     <schema>
  917.       <key>/schemas/apps/metacity/global_keybindings/cycle_panels</key>
  918.       <applyto>/apps/metacity/global_keybindings/cycle_panels</applyto>
  919.       <owner>metacity</owner>
  920.       <type>string</type>
  921.       <default><Control><Alt>Escape</default>
  922.       <gettext_domain>metacity</gettext_domain>
  923.       <locale name="C">
  924.         <short>Move between panels and the desktop immediately</short>
  925.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  926. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.
  927. This keybinding may be reversed by holding down the "shift" key; therefore, "shift" cannot be one of the keys it uses.</long>
  928.       </locale>
  929.     </schema>
  930.  
  931.     <schema>
  932.       <key>/schemas/apps/metacity/global_keybindings/cycle_panels_backward</key>
  933.       <applyto>/apps/metacity/global_keybindings/cycle_panels_backward</applyto>
  934.       <owner>metacity</owner>
  935.       <type>string</type>
  936.       <default>disabled</default>
  937.       <gettext_domain>metacity</gettext_domain>
  938.       <locale name="C">
  939.         <short>Move backward between panels and the desktop immediately</short>
  940.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  941. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.
  942. This keybinding may be reversed by holding down the "shift" key; therefore, "shift" cannot be one of the keys it uses.</long>
  943.       </locale>
  944.     </schema>
  945.  
  946.     <schema>
  947.       <key>/schemas/apps/metacity/global_keybindings/show_desktop</key>
  948.       <applyto>/apps/metacity/global_keybindings/show_desktop</applyto>
  949.       <owner>metacity</owner>
  950.       <type>string</type>
  951.       <default><Control><Alt>d</default>
  952.       <gettext_domain>metacity</gettext_domain>
  953.       <locale name="C">
  954.         <short>Hide all normal windows and set focus to the desktop</short>
  955.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  956. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  957.       </locale>
  958.     </schema>
  959.  
  960.     <schema>
  961.       <key>/schemas/apps/metacity/global_keybindings/panel_main_menu</key>
  962.       <applyto>/apps/metacity/global_keybindings/panel_main_menu</applyto>
  963.       <owner>metacity</owner>
  964.       <type>string</type>
  965.       <default><Alt>F1</default>
  966.       <gettext_domain>metacity</gettext_domain>
  967.       <locale name="C">
  968.         <short>Show the panel's main menu</short>
  969.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  970. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  971.       </locale>
  972.     </schema>
  973.  
  974.     <schema>
  975.       <key>/schemas/apps/metacity/global_keybindings/panel_run_dialog</key>
  976.       <applyto>/apps/metacity/global_keybindings/panel_run_dialog</applyto>
  977.       <owner>metacity</owner>
  978.       <type>string</type>
  979.       <default><Alt>F2</default>
  980.       <gettext_domain>metacity</gettext_domain>
  981.       <locale name="C">
  982.         <short>Show the panel's "Run Application" dialog box</short>
  983.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  984. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  985.       </locale>
  986.     </schema>
  987.  
  988.     <schema>
  989.       <key>/schemas/apps/metacity/global_keybindings/run_command_screenshot</key>
  990.       <applyto>/apps/metacity/global_keybindings/run_command_screenshot</applyto>
  991.       <owner>metacity</owner>
  992.       <type>string</type>
  993.       <default>Print</default>
  994.       <gettext_domain>metacity</gettext_domain>
  995.       <locale name="C">
  996.         <short>Take a screenshot</short>
  997.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  998. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  999.       </locale>
  1000.     </schema>
  1001.  
  1002.     <schema>
  1003.       <key>/schemas/apps/metacity/global_keybindings/run_command_window_screenshot</key>
  1004.       <applyto>/apps/metacity/global_keybindings/run_command_window_screenshot</applyto>
  1005.       <owner>metacity</owner>
  1006.       <type>string</type>
  1007.       <default><Alt>Print</default>
  1008.       <gettext_domain>metacity</gettext_domain>
  1009.       <locale name="C">
  1010.         <short>Take a screenshot of a window</short>
  1011.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1012. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1013.       </locale>
  1014.     </schema>
  1015.  
  1016.     <schema>
  1017.       <key>/schemas/apps/metacity/global_keybindings/run_command_terminal</key>
  1018.       <applyto>/apps/metacity/global_keybindings/run_command_terminal</applyto>
  1019.       <owner>metacity</owner>
  1020.       <type>string</type>
  1021.       <default>disabled</default>
  1022.       <gettext_domain>metacity</gettext_domain>
  1023.       <locale name="C">
  1024.         <short>Run a terminal</short>
  1025.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1026. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1027.       </locale>
  1028.     </schema>
  1029.  
  1030.     <schema>
  1031.       <key>/schemas/apps/metacity/window_keybindings/activate_window_menu</key>
  1032.       <applyto>/apps/metacity/window_keybindings/activate_window_menu</applyto>
  1033.       <owner>metacity</owner>
  1034.       <type>string</type>
  1035.       <default><Alt>space</default>
  1036.       <gettext_domain>metacity</gettext_domain>
  1037.       <locale name="C">
  1038.         <short>Activate the window menu</short>
  1039.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1040. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1041.       </locale>
  1042.     </schema>
  1043.  
  1044.     <schema>
  1045.       <key>/schemas/apps/metacity/window_keybindings/toggle_fullscreen</key>
  1046.       <applyto>/apps/metacity/window_keybindings/toggle_fullscreen</applyto>
  1047.       <owner>metacity</owner>
  1048.       <type>string</type>
  1049.       <default>disabled</default>
  1050.       <gettext_domain>metacity</gettext_domain>
  1051.       <locale name="C">
  1052.         <short>Toggle fullscreen mode</short>
  1053.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1054. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1055.       </locale>
  1056.     </schema>
  1057.  
  1058.     <schema>
  1059.       <key>/schemas/apps/metacity/window_keybindings/toggle_maximized</key>
  1060.       <applyto>/apps/metacity/window_keybindings/toggle_maximized</applyto>
  1061.       <owner>metacity</owner>
  1062.       <type>string</type>
  1063.       <default><Alt>F10</default>
  1064.       <gettext_domain>metacity</gettext_domain>
  1065.       <locale name="C">
  1066.         <short>Toggle maximization state</short>
  1067.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1068. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1069.       </locale>
  1070.     </schema>
  1071.  
  1072.     <schema>
  1073.       <key>/schemas/apps/metacity/window_keybindings/toggle_above</key>
  1074.       <applyto>/apps/metacity/window_keybindings/toggle_above</applyto>
  1075.       <owner>metacity</owner>
  1076.       <type>string</type>
  1077.       <default>disabled</default>
  1078.       <gettext_domain>metacity</gettext_domain>
  1079.       <locale name="C">
  1080.         <short>Toggle whether a window will always be visible over other windows</short>
  1081.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1082. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1083.       </locale>
  1084.     </schema>
  1085.  
  1086.     <schema>
  1087.       <key>/schemas/apps/metacity/window_keybindings/maximize</key>
  1088.       <applyto>/apps/metacity/window_keybindings/maximize</applyto>
  1089.       <owner>metacity</owner>
  1090.       <type>string</type>
  1091.       <default>disabled</default>
  1092.       <gettext_domain>metacity</gettext_domain>
  1093.       <locale name="C">
  1094.         <short>Maximize window</short>
  1095.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1096. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1097.       </locale>
  1098.     </schema>
  1099.  
  1100.     <schema>
  1101.       <key>/schemas/apps/metacity/window_keybindings/unmaximize</key>
  1102.       <applyto>/apps/metacity/window_keybindings/unmaximize</applyto>
  1103.       <owner>metacity</owner>
  1104.       <type>string</type>
  1105.       <default><Alt>F5</default>
  1106.       <gettext_domain>metacity</gettext_domain>
  1107.       <locale name="C">
  1108.         <short>Restore window</short>
  1109.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1110. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1111.       </locale>
  1112.     </schema>
  1113.  
  1114.     <schema>
  1115.       <key>/schemas/apps/metacity/window_keybindings/toggle_shaded</key>
  1116.       <applyto>/apps/metacity/window_keybindings/toggle_shaded</applyto>
  1117.       <owner>metacity</owner>
  1118.       <type>string</type>
  1119.       <default>disabled</default>
  1120.       <gettext_domain>metacity</gettext_domain>
  1121.       <locale name="C">
  1122.         <short>Toggle shaded state</short>
  1123.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1124. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1125.       </locale>
  1126.     </schema>
  1127.  
  1128.     <schema>
  1129.       <key>/schemas/apps/metacity/window_keybindings/minimize</key>
  1130.       <applyto>/apps/metacity/window_keybindings/minimize</applyto>
  1131.       <owner>metacity</owner>
  1132.       <type>string</type>
  1133.       <default><Alt>F9</default>
  1134.       <gettext_domain>metacity</gettext_domain>
  1135.       <locale name="C">
  1136.         <short>Minimize window</short>
  1137.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1138. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1139.       </locale>
  1140.     </schema>
  1141.  
  1142.     <schema>
  1143.       <key>/schemas/apps/metacity/window_keybindings/close</key>
  1144.       <applyto>/apps/metacity/window_keybindings/close</applyto>
  1145.       <owner>metacity</owner>
  1146.       <type>string</type>
  1147.       <default><Alt>F4</default>
  1148.       <gettext_domain>metacity</gettext_domain>
  1149.       <locale name="C">
  1150.         <short>Close window</short>
  1151.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1152. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1153.       </locale>
  1154.     </schema>
  1155.  
  1156.     <schema>
  1157.       <key>/schemas/apps/metacity/window_keybindings/begin_move</key>
  1158.       <applyto>/apps/metacity/window_keybindings/begin_move</applyto>
  1159.       <owner>metacity</owner>
  1160.       <type>string</type>
  1161.       <default><Alt>F7</default>
  1162.       <gettext_domain>metacity</gettext_domain>
  1163.       <locale name="C">
  1164.         <short>Move window</short>
  1165.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1166. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1167.       </locale>
  1168.     </schema>
  1169.  
  1170.     <schema>
  1171.       <key>/schemas/apps/metacity/window_keybindings/begin_resize</key>
  1172.       <applyto>/apps/metacity/window_keybindings/begin_resize</applyto>
  1173.       <owner>metacity</owner>
  1174.       <type>string</type>
  1175.       <default><Alt>F8</default>
  1176.       <gettext_domain>metacity</gettext_domain>
  1177.       <locale name="C">
  1178.         <short>Resize window</short>
  1179.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1180. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1181.       </locale>
  1182.     </schema>
  1183.  
  1184.     <schema>
  1185.       <key>/schemas/apps/metacity/window_keybindings/toggle_on_all_workspaces</key>
  1186.       <applyto>/apps/metacity/window_keybindings/toggle_on_all_workspaces</applyto>
  1187.       <owner>metacity</owner>
  1188.       <type>string</type>
  1189.       <default>disabled</default>
  1190.       <gettext_domain>metacity</gettext_domain>
  1191.       <locale name="C">
  1192.         <short>Toggle whether window is on all workspaces or just one</short>
  1193.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1194. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1195.       </locale>
  1196.     </schema>
  1197.  
  1198.     <schema>
  1199.       <key>/schemas/apps/metacity/window_keybindings/move_to_workspace_1</key>
  1200.       <applyto>/apps/metacity/window_keybindings/move_to_workspace_1</applyto>
  1201.       <owner>metacity</owner>
  1202.       <type>string</type>
  1203.       <default>disabled</default>
  1204.       <gettext_domain>metacity</gettext_domain>
  1205.       <locale name="C">
  1206.         <short>Move window to workspace 1</short>
  1207.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1208. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1209.       </locale>
  1210.     </schema>
  1211.  
  1212.     <schema>
  1213.       <key>/schemas/apps/metacity/window_keybindings/move_to_workspace_2</key>
  1214.       <applyto>/apps/metacity/window_keybindings/move_to_workspace_2</applyto>
  1215.       <owner>metacity</owner>
  1216.       <type>string</type>
  1217.       <default>disabled</default>
  1218.       <gettext_domain>metacity</gettext_domain>
  1219.       <locale name="C">
  1220.         <short>Move window to workspace 2</short>
  1221.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1222. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1223.       </locale>
  1224.     </schema>
  1225.  
  1226.     <schema>
  1227.       <key>/schemas/apps/metacity/window_keybindings/move_to_workspace_3</key>
  1228.       <applyto>/apps/metacity/window_keybindings/move_to_workspace_3</applyto>
  1229.       <owner>metacity</owner>
  1230.       <type>string</type>
  1231.       <default>disabled</default>
  1232.       <gettext_domain>metacity</gettext_domain>
  1233.       <locale name="C">
  1234.         <short>Move window to workspace 3</short>
  1235.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1236. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1237.       </locale>
  1238.     </schema>
  1239.  
  1240.     <schema>
  1241.       <key>/schemas/apps/metacity/window_keybindings/move_to_workspace_4</key>
  1242.       <applyto>/apps/metacity/window_keybindings/move_to_workspace_4</applyto>
  1243.       <owner>metacity</owner>
  1244.       <type>string</type>
  1245.       <default>disabled</default>
  1246.       <gettext_domain>metacity</gettext_domain>
  1247.       <locale name="C">
  1248.         <short>Move window to workspace 4</short>
  1249.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1250. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1251.       </locale>
  1252.     </schema>
  1253.  
  1254.     <schema>
  1255.       <key>/schemas/apps/metacity/window_keybindings/move_to_workspace_5</key>
  1256.       <applyto>/apps/metacity/window_keybindings/move_to_workspace_5</applyto>
  1257.       <owner>metacity</owner>
  1258.       <type>string</type>
  1259.       <default>disabled</default>
  1260.       <gettext_domain>metacity</gettext_domain>
  1261.       <locale name="C">
  1262.         <short>Move window to workspace 5</short>
  1263.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1264. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1265.       </locale>
  1266.     </schema>
  1267.  
  1268.     <schema>
  1269.       <key>/schemas/apps/metacity/window_keybindings/move_to_workspace_6</key>
  1270.       <applyto>/apps/metacity/window_keybindings/move_to_workspace_6</applyto>
  1271.       <owner>metacity</owner>
  1272.       <type>string</type>
  1273.       <default>disabled</default>
  1274.       <gettext_domain>metacity</gettext_domain>
  1275.       <locale name="C">
  1276.         <short>Move window to workspace 6</short>
  1277.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1278. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1279.       </locale>
  1280.     </schema>
  1281.  
  1282.     <schema>
  1283.       <key>/schemas/apps/metacity/window_keybindings/move_to_workspace_7</key>
  1284.       <applyto>/apps/metacity/window_keybindings/move_to_workspace_7</applyto>
  1285.       <owner>metacity</owner>
  1286.       <type>string</type>
  1287.       <default>disabled</default>
  1288.       <gettext_domain>metacity</gettext_domain>
  1289.       <locale name="C">
  1290.         <short>Move window to workspace 7</short>
  1291.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1292. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1293.       </locale>
  1294.     </schema>
  1295.  
  1296.     <schema>
  1297.       <key>/schemas/apps/metacity/window_keybindings/move_to_workspace_8</key>
  1298.       <applyto>/apps/metacity/window_keybindings/move_to_workspace_8</applyto>
  1299.       <owner>metacity</owner>
  1300.       <type>string</type>
  1301.       <default>disabled</default>
  1302.       <gettext_domain>metacity</gettext_domain>
  1303.       <locale name="C">
  1304.         <short>Move window to workspace 8</short>
  1305.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1306. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1307.       </locale>
  1308.     </schema>
  1309.  
  1310.     <schema>
  1311.       <key>/schemas/apps/metacity/window_keybindings/move_to_workspace_9</key>
  1312.       <applyto>/apps/metacity/window_keybindings/move_to_workspace_9</applyto>
  1313.       <owner>metacity</owner>
  1314.       <type>string</type>
  1315.       <default>disabled</default>
  1316.       <gettext_domain>metacity</gettext_domain>
  1317.       <locale name="C">
  1318.         <short>Move window to workspace 9</short>
  1319.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1320. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1321.       </locale>
  1322.     </schema>
  1323.  
  1324.     <schema>
  1325.       <key>/schemas/apps/metacity/window_keybindings/move_to_workspace_10</key>
  1326.       <applyto>/apps/metacity/window_keybindings/move_to_workspace_10</applyto>
  1327.       <owner>metacity</owner>
  1328.       <type>string</type>
  1329.       <default>disabled</default>
  1330.       <gettext_domain>metacity</gettext_domain>
  1331.       <locale name="C">
  1332.         <short>Move window to workspace 10</short>
  1333.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1334. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1335.       </locale>
  1336.     </schema>
  1337.  
  1338.     <schema>
  1339.       <key>/schemas/apps/metacity/window_keybindings/move_to_workspace_11</key>
  1340.       <applyto>/apps/metacity/window_keybindings/move_to_workspace_11</applyto>
  1341.       <owner>metacity</owner>
  1342.       <type>string</type>
  1343.       <default>disabled</default>
  1344.       <gettext_domain>metacity</gettext_domain>
  1345.       <locale name="C">
  1346.         <short>Move window to workspace 11</short>
  1347.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1348. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1349.       </locale>
  1350.     </schema>
  1351.  
  1352.     <schema>
  1353.       <key>/schemas/apps/metacity/window_keybindings/move_to_workspace_12</key>
  1354.       <applyto>/apps/metacity/window_keybindings/move_to_workspace_12</applyto>
  1355.       <owner>metacity</owner>
  1356.       <type>string</type>
  1357.       <default>disabled</default>
  1358.       <gettext_domain>metacity</gettext_domain>
  1359.       <locale name="C">
  1360.         <short>Move window to workspace 12</short>
  1361.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1362. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1363.       </locale>
  1364.     </schema>
  1365.  
  1366.     <schema>
  1367.       <key>/schemas/apps/metacity/window_keybindings/move_to_workspace_left</key>
  1368.       <applyto>/apps/metacity/window_keybindings/move_to_workspace_left</applyto>
  1369.       <owner>metacity</owner>
  1370.       <type>string</type>
  1371.       <default><Control><Shift><Alt>Left</default>
  1372.       <gettext_domain>metacity</gettext_domain>
  1373.       <locale name="C">
  1374.         <short>Move window one workspace to the left</short>
  1375.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1376. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1377.       </locale>
  1378.     </schema>
  1379.  
  1380.     <schema>
  1381.       <key>/schemas/apps/metacity/window_keybindings/move_to_workspace_right</key>
  1382.       <applyto>/apps/metacity/window_keybindings/move_to_workspace_right</applyto>
  1383.       <owner>metacity</owner>
  1384.       <type>string</type>
  1385.       <default><Control><Shift><Alt>Right</default>
  1386.       <gettext_domain>metacity</gettext_domain>
  1387.       <locale name="C">
  1388.         <short>Move window one workspace to the right</short>
  1389.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1390. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1391.       </locale>
  1392.     </schema>
  1393.  
  1394.     <schema>
  1395.       <key>/schemas/apps/metacity/window_keybindings/move_to_workspace_up</key>
  1396.       <applyto>/apps/metacity/window_keybindings/move_to_workspace_up</applyto>
  1397.       <owner>metacity</owner>
  1398.       <type>string</type>
  1399.       <default><Control><Shift><Alt>Up</default>
  1400.       <gettext_domain>metacity</gettext_domain>
  1401.       <locale name="C">
  1402.         <short>Move window one workspace up</short>
  1403.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1404. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1405.       </locale>
  1406.     </schema>
  1407.  
  1408.     <schema>
  1409.       <key>/schemas/apps/metacity/window_keybindings/move_to_workspace_down</key>
  1410.       <applyto>/apps/metacity/window_keybindings/move_to_workspace_down</applyto>
  1411.       <owner>metacity</owner>
  1412.       <type>string</type>
  1413.       <default><Control><Shift><Alt>Down</default>
  1414.       <gettext_domain>metacity</gettext_domain>
  1415.       <locale name="C">
  1416.         <short>Move window one workspace down</short>
  1417.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1418. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1419.       </locale>
  1420.     </schema>
  1421.  
  1422.     <schema>
  1423.       <key>/schemas/apps/metacity/window_keybindings/raise_or_lower</key>
  1424.       <applyto>/apps/metacity/window_keybindings/raise_or_lower</applyto>
  1425.       <owner>metacity</owner>
  1426.       <type>string</type>
  1427.       <default>disabled</default>
  1428.       <gettext_domain>metacity</gettext_domain>
  1429.       <locale name="C">
  1430.         <short>Raise window if it's covered by another window, otherwise lower it</short>
  1431.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1432. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1433.       </locale>
  1434.     </schema>
  1435.  
  1436.     <schema>
  1437.       <key>/schemas/apps/metacity/window_keybindings/raise</key>
  1438.       <applyto>/apps/metacity/window_keybindings/raise</applyto>
  1439.       <owner>metacity</owner>
  1440.       <type>string</type>
  1441.       <default>disabled</default>
  1442.       <gettext_domain>metacity</gettext_domain>
  1443.       <locale name="C">
  1444.         <short>Raise window above other windows</short>
  1445.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1446. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1447.       </locale>
  1448.     </schema>
  1449.  
  1450.     <schema>
  1451.       <key>/schemas/apps/metacity/window_keybindings/lower</key>
  1452.       <applyto>/apps/metacity/window_keybindings/lower</applyto>
  1453.       <owner>metacity</owner>
  1454.       <type>string</type>
  1455.       <default>disabled</default>
  1456.       <gettext_domain>metacity</gettext_domain>
  1457.       <locale name="C">
  1458.         <short>Lower window below other windows</short>
  1459.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1460. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1461.       </locale>
  1462.     </schema>
  1463.  
  1464.     <schema>
  1465.       <key>/schemas/apps/metacity/window_keybindings/maximize_vertically</key>
  1466.       <applyto>/apps/metacity/window_keybindings/maximize_vertically</applyto>
  1467.       <owner>metacity</owner>
  1468.       <type>string</type>
  1469.       <default>disabled</default>
  1470.       <gettext_domain>metacity</gettext_domain>
  1471.       <locale name="C">
  1472.         <short>Maximize window vertically</short>
  1473.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1474. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1475.       </locale>
  1476.     </schema>
  1477.  
  1478.     <schema>
  1479.       <key>/schemas/apps/metacity/window_keybindings/maximize_horizontally</key>
  1480.       <applyto>/apps/metacity/window_keybindings/maximize_horizontally</applyto>
  1481.       <owner>metacity</owner>
  1482.       <type>string</type>
  1483.       <default>disabled</default>
  1484.       <gettext_domain>metacity</gettext_domain>
  1485.       <locale name="C">
  1486.         <short>Maximize window horizontally</short>
  1487.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1488. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1489.       </locale>
  1490.     </schema>
  1491.  
  1492.     <schema>
  1493.       <key>/schemas/apps/metacity/window_keybindings/move_to_corner_nw</key>
  1494.       <applyto>/apps/metacity/window_keybindings/move_to_corner_nw</applyto>
  1495.       <owner>metacity</owner>
  1496.       <type>string</type>
  1497.       <default>disabled</default>
  1498.       <gettext_domain>metacity</gettext_domain>
  1499.       <locale name="C">
  1500.         <short>Move window to north-west (top left) corner</short>
  1501.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1502. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1503.       </locale>
  1504.     </schema>
  1505.  
  1506.     <schema>
  1507.       <key>/schemas/apps/metacity/window_keybindings/move_to_corner_ne</key>
  1508.       <applyto>/apps/metacity/window_keybindings/move_to_corner_ne</applyto>
  1509.       <owner>metacity</owner>
  1510.       <type>string</type>
  1511.       <default>disabled</default>
  1512.       <gettext_domain>metacity</gettext_domain>
  1513.       <locale name="C">
  1514.         <short>Move window to north-east (top right) corner</short>
  1515.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1516. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1517.       </locale>
  1518.     </schema>
  1519.  
  1520.     <schema>
  1521.       <key>/schemas/apps/metacity/window_keybindings/move_to_corner_sw</key>
  1522.       <applyto>/apps/metacity/window_keybindings/move_to_corner_sw</applyto>
  1523.       <owner>metacity</owner>
  1524.       <type>string</type>
  1525.       <default>disabled</default>
  1526.       <gettext_domain>metacity</gettext_domain>
  1527.       <locale name="C">
  1528.         <short>Move window to south-west (bottom left) corner</short>
  1529.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1530. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1531.       </locale>
  1532.     </schema>
  1533.  
  1534.     <schema>
  1535.       <key>/schemas/apps/metacity/window_keybindings/move_to_corner_se</key>
  1536.       <applyto>/apps/metacity/window_keybindings/move_to_corner_se</applyto>
  1537.       <owner>metacity</owner>
  1538.       <type>string</type>
  1539.       <default>disabled</default>
  1540.       <gettext_domain>metacity</gettext_domain>
  1541.       <locale name="C">
  1542.         <short>Move window to south-east (bottom right) corner</short>
  1543.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1544. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1545.       </locale>
  1546.     </schema>
  1547.  
  1548.     <schema>
  1549.       <key>/schemas/apps/metacity/window_keybindings/move_to_side_n</key>
  1550.       <applyto>/apps/metacity/window_keybindings/move_to_side_n</applyto>
  1551.       <owner>metacity</owner>
  1552.       <type>string</type>
  1553.       <default>disabled</default>
  1554.       <gettext_domain>metacity</gettext_domain>
  1555.       <locale name="C">
  1556.         <short>Move window to north (top) side of screen</short>
  1557.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1558. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1559.       </locale>
  1560.     </schema>
  1561.  
  1562.     <schema>
  1563.       <key>/schemas/apps/metacity/window_keybindings/move_to_side_s</key>
  1564.       <applyto>/apps/metacity/window_keybindings/move_to_side_s</applyto>
  1565.       <owner>metacity</owner>
  1566.       <type>string</type>
  1567.       <default>disabled</default>
  1568.       <gettext_domain>metacity</gettext_domain>
  1569.       <locale name="C">
  1570.         <short>Move window to south (bottom) side of screen</short>
  1571.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1572. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1573.       </locale>
  1574.     </schema>
  1575.  
  1576.     <schema>
  1577.       <key>/schemas/apps/metacity/window_keybindings/move_to_side_e</key>
  1578.       <applyto>/apps/metacity/window_keybindings/move_to_side_e</applyto>
  1579.       <owner>metacity</owner>
  1580.       <type>string</type>
  1581.       <default>disabled</default>
  1582.       <gettext_domain>metacity</gettext_domain>
  1583.       <locale name="C">
  1584.         <short>Move window to east (right) side of screen</short>
  1585.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1586. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1587.       </locale>
  1588.     </schema>
  1589.  
  1590.     <schema>
  1591.       <key>/schemas/apps/metacity/window_keybindings/move_to_side_w</key>
  1592.       <applyto>/apps/metacity/window_keybindings/move_to_side_w</applyto>
  1593.       <owner>metacity</owner>
  1594.       <type>string</type>
  1595.       <default>disabled</default>
  1596.       <gettext_domain>metacity</gettext_domain>
  1597.       <locale name="C">
  1598.         <short>Move window to west (left) side of screen</short>
  1599.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1600. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1601.       </locale>
  1602.     </schema>
  1603.  
  1604.     <schema>
  1605.       <key>/schemas/apps/metacity/window_keybindings/move_to_center</key>
  1606.       <applyto>/apps/metacity/window_keybindings/move_to_center</applyto>
  1607.       <owner>metacity</owner>
  1608.       <type>string</type>
  1609.       <default>disabled</default>
  1610.       <gettext_domain>metacity</gettext_domain>
  1611.       <locale name="C">
  1612.         <short>Move window to center of screen</short>
  1613.         <long>The format looks like "<Control>a" or "<Shift><Alt>F1".
  1614. The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</long>
  1615.       </locale>
  1616.     </schema>
  1617.  
  1618.     <!-- Not used and/or crackrock -->
  1619.     <schema>
  1620.       <key>/schemas/apps/metacity/general/application_based</key>
  1621.       <applyto>/apps/metacity/general/application_based</applyto>      
  1622.       <owner>metacity</owner>
  1623.       <type>bool</type>
  1624.       <default>false</default>
  1625.       <gettext_domain>metacity</gettext_domain>
  1626.       <locale name="C">
  1627.         <short>(Not implemented) Navigation works in terms of applications not windows</short>
  1628.         <long>
  1629.           If true, then Metacity works in terms of applications rather than
  1630.           windows. The concept is a bit abstract, but in general an
  1631.           application-based setup is more like the Mac and less like
  1632.           Windows. When you focus a window in application-based mode, all
  1633.           the windows in the application will be raised. Also, in
  1634.           application-based mode, focus clicks are not passed through to
  1635.           windows in other applications. Application-based mode is,
  1636.           however, largely unimplemented at the moment.
  1637.         </long>
  1638.       </locale>
  1639.     </schema>
  1640.  
  1641.     <schema>
  1642.       <key>/schemas/apps/metacity/general/disable_workarounds</key>
  1643.       <applyto>/apps/metacity/general/disable_workarounds</applyto>      
  1644.       <owner>metacity</owner>
  1645.       <type>bool</type>
  1646.       <default>false</default>
  1647.       <gettext_domain>metacity</gettext_domain>
  1648.       <locale name="C">
  1649.         <short>Disable misfeatures that are required by old or broken
  1650.                applications</short>
  1651.         <long> 
  1652.           Some applications disregard specifications in ways that result in
  1653.           window manager misfeatures. This option puts Metacity in a
  1654.           rigorously correct mode, which gives a more consistent user
  1655.           interface, provided one does not need to run any misbehaving
  1656.           applications.
  1657.         </long>
  1658.       </locale>
  1659.     </schema>
  1660.  
  1661.   </schemalist>  
  1662. </gconfschemafile>
  1663.